home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games Extra 1996 September / Amiga Games Extra CD-ROM 9-1996.iso / userbox / publicdomain / virusz / virusz.history < prev    next >
Text File  |  1996-07-09  |  36KB  |  666 lines

  1. ============================================================================
  2.                         VIRUSZ II REVISION HISTORY
  3. ============================================================================
  4.  
  5.  1.32   Changes/Additions since 1.31:
  6.     - Added recog/repair code for Hitch-Hiker 2.01 linkvirus. Thanks
  7.       to Frank Heim, Holger Hesselbarth, Michael Veroukis, Bert Jahn
  8.       and Jan Hendrik Lots for sending me this ugly creature ;-)
  9.     - Added other viruses: BootShop Virus-Installer, Lisa FuckUp 2.0,
  10.       Acid Infector 1.5, H.N.Y. Installer 3, ExHacker Trojan 1 - 3,
  11.       Pamela Fake and Commander Installer 2. Thanks to Jan Hendrik Lots
  12.       for testing VirusZ 1.31 and sending those missing ones.
  13.     - Added new xfdmaster.library that supports CFP 1.35/1.36 files.
  14.       No more hiding of viruses is possible now with that method.
  15.  
  16.  1.31   Changes/Additions since 1.30:
  17.     - Enhanced basic file check routines. Added better test routines
  18.       for truncated files, added support for reloc32_short hunks in the
  19.       linkvirus removal code, added better CPU cache controlling code.
  20.       I hope that every abnormal condition is under control now ;-)
  21.     - Added analyzer for raw bootblock data files to file check. Now
  22.       you can scan your bootblock directories and get a report of all
  23.       bootblock viruses.
  24.     - Fixed severe problems in the file check: If a file was infected
  25.       with a linkvirus and underneath there was a 4eb9-linked file,
  26.       the 'Delete file' requester didn't pop up. The same problem
  27.       appeared when a linkvirus couldn't be removed properly.
  28.     - Fixed some bootblock recognitions. It sometimes happened that
  29.       clones were reported with the wrong name.
  30.  
  31.     All the above improvements are mainly based on the test results of
  32.     the Virus Test Center of the University of Hamburg. Thanks to Sönke
  33.     Freitag and the other members of VTC for this 'blow on the head' ;-)
  34.     I will fight to get back on the top ranking in your test sheet...
  35.  
  36.     - Fixed repair code for Invader linkvirus. Some files might have
  37.       been defect after repair with the old code.
  38.     - Added new viruses: AMOS AGA-Install, CompuPhagozyte 10/11/12,
  39.       Circle of Power 12/13/14, VirusConstructionSet 2, LZX Reg Fake,
  40.       Creator, Degrad, Andy/Decade, Susi Drive Stepper, Biomechanic 7,
  41.       Wireface 3/4, Fileghost 1, Strange Atmosphere + 3 Installers.
  42.       Thanks to Markus Schmall and Jan Andersen for reacting so quickly
  43.       on the poor results in the VTC test and providing me with those
  44.       missing viruses.
  45.     - Added new feature to file check: It now automatically removes any
  46.       hunk_name ($3e8) found in a file. This is especially useful as
  47.       there appeared several disguised trojans through the last months
  48.       that used hunk_name to avoid proper file checks. I changed some
  49.       recognitions too: Wireface Trojans, COP 8 and UA Dialer 6.2 will
  50.       be analyzed completely and reported with their real names now.
  51.     - Added Amixhack trojan. Thanks to Dave Jones for that bastard.
  52.     - Added viruses: UnLZX Trojan, PowerTrader Fake, The BBS Traveller,
  53.       Hitch-Hiker 1.10 and Mutation Nation 1.0. Thanks again to Markus
  54.       Schmall for supplying me with these viruses.
  55.     - Fixed Enforcer hit in the B.E.O.L. memory check code. Thanks to
  56.       Christoph Dietz for the report.
  57.  
  58.     ! IMPORTANT: I will no longer add new patches as I may develop   !
  59.     ! a totally new vector check for VirusZ that will be intelligent !
  60.     ! enough to learn changes done to the vectors. So please don't   !
  61.     ! send me disks with new patches any longer.                     !
  62.  
  63.     And finally sorry for this relatively long delay, but it's going
  64.     to be summer and I need some fresh air from time to time ;-)
  65.  
  66.  1.30   Changes/Additions since 1.29:
  67.     - Added some old bootblock viruses: Ass Protector French, Cracker
  68.       Exterminator, Disk Furunkel, Lamer Ext. Decoded, Laureline Female,
  69.       Sinister Syndicate 1+2. Some of these aren't really viruses, but
  70.       most other virus checkers detect them, so I added them too.
  71.       Thanks to Jan Andersen for sending that stuff.
  72.     - Fixed bug in preferences load routine. This code crashed on plain
  73.       68000 machines because of odd stack addresses. Thanks again to
  74.       Jan and to Phillip Feigh for the report.
  75.     - Fixed bug in the 'Happy New Year 96' repair code. The old routine
  76.       missed to check for one possible branch location and therefore
  77.       produced some crashing files from time to time. Thanks to Holger
  78.       Wessling and Jan-Tore Eliassen for reporting that bug and sorry
  79.       for all the trouble you had with the defect files.
  80.     - Added patches: CacheIt, ModePro, NewIcons, Prop3D and UrouHack.
  81.       Thanks to Dave Jones for collecting and sending that stuff.
  82.     - Added new version of xfdmaster.library.
  83.     - Added decrunch support to the FD file loader in the vector check.
  84.       Now you can crunch your FD files with any data cruncher supported
  85.       by xfdmaster.library. Thanks to Dave Jones for the nice idea.
  86.     - VirusZ now requires xfdmaster.library already at startup, ie. you
  87.       MUST install it in your LIBS: drawer. The reason is simple: Until
  88.       v1.29, I added several xfd-routines directly to VirusZ to avoid
  89.       loading xfdmaster.library, but this seems to be very uneffective
  90.       as most people use the decrunch feature anyway. There is a nice
  91.       side effect too: VirusZ has been shortened by about 2500 bytes.
  92.     - Added patches: LowFrag and UrouHack 1.3. Thanks to Bert Jahn for
  93.       sending that stuff.
  94.     - Saved about 1600 bytes by removing double strings (mostly virus
  95.       names) and optimized some memory recognition code.
  96.  
  97.  1.29   Changes/Additions since 1.28:
  98.     - Added xfdPatch to the vector check.
  99.     - Added recognition for LZX archives to the file check. Thanks to
  100.       Holger Wessling for the hint.
  101.     - Added MCP and PatchControl 2.2 to the vector check. Thanks to
  102.       Stefan Sommerfeld for sending the latest versions and for the
  103.       extra information.
  104.     - Added option 'Use External Slaves' to the file check preferences.
  105.       This is a new feature of xfdmaster.library v37 to filter out
  106.       external slaves that cause trouble all the time.
  107.     - Added KUK Crew and LZX 1.2 Fake trojans and Invader linkvirus.
  108.       Thanks to Markus Schmall for sending them.
  109.     - Modified and expanded the background preferences. The buttons for
  110.       'Bootblocks', 'Disk-Validators' and 'Known Viruses' exist twice
  111.       now as all the other buttons too. The 'Check Disks On Startup'
  112.       has been removed and replaced by the above mentioned. Now you can
  113.       switch on/off the bootblock and disk-validator check separately,
  114.       the check for known viruses can be switched off at startup too.
  115.       Please control your settings when you start the new version for
  116.       the first time.
  117.     - Rearranged some vector check code for better performance and
  118.       finally added all patches caused by SetPatch 40.16. Thanks to
  119.       Lars Kristensen for reporting about the SetPatch problems on
  120.       his machine.
  121.     - Redesigned file check preferences for better readability.
  122.     - Added changes done by 68040.library to vector check. If there
  123.       are still some vectors reported, please send me a note because
  124.       I couldn't test the recognition myself. No 68040 :-(
  125.  
  126.  1.28   Changes/Additions since 1.27:
  127.     - Finally fixed a problem that I already noticed some months ago,
  128.       but didn't find the bug. After inserting and removing some disks,
  129.       it may have happened that the system had a busy-loop whenever the
  130.       background checker was working. Now I found the problem that
  131.       caused all the trouble: the BEOL memory checker tried to read
  132.       from a non-existing process in not available memory areas.
  133.     - Added a big new feature: a real background checker that not only
  134.       searches for known viruses but recognizes all changes done to
  135.       any system vectors. You can configure it totally to your needs.
  136.       All checks can be enabled/disabled separately for startup and
  137.       for surveillance.
  138.     - Added new security check to the memory checker: before testing
  139.       for known viruses, the respective address is tested to be in
  140.       available memory areas. This prevents busy-loops with RAD: or
  141.       other residents located near the bounds of a memory area.
  142.     - Added MagicCX 2.39 to the vector check. Thanks to Martin Hans
  143.       for sending it.
  144.  
  145.  1.27   Changes/Additions since 1.26:
  146.     - Added Happy New Year 96 linkvirus + 2 installers and three old
  147.       bootblock viruses called Asshole, RedGhost and Sao Paulo. Thanks
  148.       to Markus Schmall and Holger & Data-Stream for sending them.
  149.     - Added new version of xfdmaster.library to the package.
  150.     - VirusZ has a new official distribution site: Nirvana BBS !!
  151.       For more info read the updates chapter of the guide file.
  152.       Thanks to Markus Schmall for talking with the SysOp.
  153.  
  154.  1.26   Changes/Additions since 1.25:
  155.     - Added (new versions of) the following patches:
  156.       BusyPointer, FastWaitBlit, PatchOpenWB, QuietTD, WBGauge,
  157.       PowerData, ForceIcon, ModePro, AlertPatch, Arq and ReqChange.
  158.       Thanks must go to Dave Jones, David Oakes, Martin Hans and
  159.       Adam Szymczak for sending me that stuff.
  160.     - Added viruses: Circle Of Power 10 + 11, Biomechanic 6,
  161.       PB-Party Fake and Phantom Linkvirus + Installer. Thanks to
  162.       Markus Schmall for sending them.
  163.     - Added unlink code for Glue 2.2 and Glue 2.3 linkers to the
  164.       file check. Thanks to Dave Jones and Markus Schmall for the
  165.       example files.
  166.  
  167.  1.25   Changes/Additions since 1.24:
  168.     - Fixed menu colors for Kickstart V39+.
  169.     - Removed INFO option from the shell template.
  170.     - Added ARexx port! Finally VirusZ can be controlled from external
  171.       scripts or other programs. The first commands are HIDE and QUIT.
  172.     - Added CHECKFILE command to the ARexx port. Now you can check
  173.       single files from other programs like DOpus etc.
  174.     - Added ARexx command CHECKDIR to check a whole directory.
  175.     - Added scripts: CheckFile.vzrx, CheckDir.vzrx and CheckArc.vzrx.
  176.       These three show the whole power of VirusZ's Arexx port. You may
  177.       modify them for use with e.g. DOpus or other archive types.
  178.     - Extended shell template with FILECHECK, AREXX and QUIT commands.
  179.       These enable you to send ARexx commands from a shell environment
  180.       or from scripts directly to VirusZ. Returncodes represent the
  181.       results of the ARexx calls. If VirusZ is not running while using
  182.       one of the shell options, it will be first started and then the
  183.       commands will be transmitted to the ARexx port.
  184.     - Fixed string comparison in the ARexx code. Now it is no longer
  185.       case sensitive and thus will no longer make trouble with shell
  186.       options.
  187.     - Rebuilt and enhanced documentation. Now you can get some more
  188.       information about what VirusZ is doing in the background etc.
  189.     - Added ExAll() emulation to the file checker. There seems to be
  190.       a problem with some Kickstart versions using ExAll(). I've
  191.       written a replacement routine that can be turned on if required.
  192.       Thanks to Markus Schmall for telling me about the problem and
  193.       to the guys who told it to Markus.
  194.     - Added MultiCX 2.18 to vector check. Thanks Markus!
  195.     - Fixed all gadget sliders to Kickstart V39+ colors.
  196.     - Added Swifter 2.5 and SCSI-HD-Faker viruses. Thanks Markus!
  197.     - Added new behaviour to startup code: If there's already an old
  198.       version of VirusZ running, this one will be terminated and the
  199.       new version is started. This will only work with versions that
  200.       already have an ARexx port, so this is useful starting with the
  201.       next version of VirusZ. Thanks to Holger for the idea.
  202.     - Added 'Activate On Startup' option to the Misc settings. Now
  203.       you can tell VirusZ to activate the main window on startup.
  204.       Thanks to Axel Folley for that suggestion.
  205.     - Added 'Skip Crypted Files' option to file check settings.
  206.       This is useful if you have many password-protected files and
  207.       don't want to click on the 'Cancel' gadget a hundred times.
  208.       Idea by Axel Folley, thanks a lot.
  209.     - Fixed report output in file check: Now the escape sequences
  210.       are no longer starting with $9b, but with $1b,$5b. This makes
  211.       the output readable in editors like CygnusEd that support the
  212.       usual esc sequences. Thanks again to Axel Folley for the hint.
  213.     - Added Wireface Trojan 2 (CheckMount) virus. This nasty beast
  214.       was sent to me by Axel Folley. Thanks #4!!
  215.  
  216.  1.24   Changes/Additions since 1.23:
  217.     - Oops! Little bug fix in the file check. This one must have been
  218.       in VirusZ for at least 2 years and nobody (including myself)
  219.       noticed it. Whenever VirusZ came across 9 or more subdirectories,
  220.       the display went crazy because of a counter underflow in the
  221.       screen output routine. Special thanks to Cameron Weeks, Rudolph
  222.       Riedel and Axel Folley for the detailed report. Isn't it funny
  223.       that nobody noticed that bug for years and now you guys found it
  224.       all within two weeks??
  225.     - Added support for SetMan, PatchControl and patch.library to the
  226.       vector check. All patches that have been SetFunction()ed with
  227.       one of these programs running caused VirusZ to display them as
  228.       unknown even if they were already built in.
  229.       Thanks to Rudolph Riedel for sending me the programs.
  230.     - Added recognition for EasyReqPatch, ModePro, PatchAllocMem,
  231.       ReqChange, TimedRequesters and MultiCX to the vector check.
  232.       Thanks to Rudolph Riedel and Axel Folley for sending them.
  233.     - Added Ebola and Cryptic Essence linkviruses.
  234.       Thanks to Markus Schmall for sending them.
  235.     - Added support for FD files to the vector check. Now you are
  236.       able to see the function names of unknown vectors instead of
  237.       their offsets.
  238.     - Uh! Last minute fix in the FD file support. Standard functions
  239.       (-6 to [-24/-36]) have not been displayed correctly.
  240.     - Totally overworked file check routines. 4EB9-linked files will
  241.       be unlinked, decrunched and checked now. Nested 4EB9-links in
  242.       one file are handled all during one check via recursive calls
  243.       to the check routine. This stuff took me two full days as
  244.       I had to localize all global structures in the check routines!
  245.     - Totally overworked internal file- and linkvirus brains to
  246.       support 4EB9-viruses directly. And another weekend is gone!
  247.       Attention: VirusZ will detect some built-in viruses ONLY if the
  248.       decrunch option is enabled. Sorry, but that's the drawback with
  249.       recursive checking.
  250.     - Splitted docs in three parts: English, Deutsch and history.
  251.       Cut pre-VirusZ II entries from the history to shorten docs back
  252.       to a sensible size. Updated guides with new features.
  253.     - Fixed another little problem with FD files in the vector check.
  254.       Some devices (e.g. trackdisk) don't have a FD file because they
  255.       don't offer additional functions. In that case the standard
  256.       functions (-6 to -36) have not been displayed by name.
  257.     - Added new powerful version of xfdmaster.library.
  258.     - Removed old icons and added MagicWB icons by Martin Huttenloher
  259.       and Timm S. Müller. Thanks for the great work guys!
  260.  
  261.  1.23   Changes/Additions since 1.22:
  262.     - Oops! Illegal Access also has a method to link itself to
  263.       libraries/devices/datatypes etc. which I've totally forgotten
  264.       in the last version. Thanks to Markus Schmall for reporting
  265.       this 'feature'.
  266.     - Oops again! The recognition for COP 9 recognized almost every
  267.       Amiga-E program as virus. Sorry for this especially to all
  268.       Amiga-E programmers who had trouble with their users.
  269.       Thanks again to Markus Schmall for the call.
  270.     - Renamed viruses formerly called COP 9 to Biomechanic 1.
  271.     - Renamed DayDream/Fixdisk Fake to Biomechanic 2.
  272.       VirusZ 1.21 Fake is a Biomechanic 2 too.
  273.     - Added viruses: HD_Install Fake, Circle of Power 9, Vera 2.3,
  274.       ConMan Link Installer and ConMan Link, Wireface Trojan and
  275.       Biomechanic 3. Thanks to Markus Schmall for sending them.
  276.     - Oops #3! When reading the report from VTC Hamburg, I always
  277.       wondered which generation of the Crime'92 shouldn't be
  278.       recognized by VirusZ. Now I found it by analysing the virus
  279.       once again. I've forgotten to check for word-padded links
  280.       (happens when the very last opcode in a file is RTS) and
  281.       I've overseen the fact that the encryption may have two
  282.       different branch offsets. Sorry folks, now it's 100% safe!
  283.     - Optimized hunk handling in the linkvirus removal routines
  284.       and saved about 400 bytes of code.
  285.     - Finally fixed one BIG problem of the file checker:
  286.       Whenever there was a write access (deleting/removing virus),
  287.       it may have happened that some files were overseen or
  288.       checked twice because the filesystem exchanges some file
  289.       headers on disk on every write access. This was especially
  290.       nasty concerning RAM:, because that handler is not block
  291.       oriented. That problems are history!!
  292.       I've rewritten the whole directory scan routine using ExAll()
  293.       instead of Examine()/ExNext(). Now not only the above mentioned
  294.       problems are fixed, but the code is even shorter and faster
  295.       than before. Nested directories are now handled via recursive
  296.       calls to the scan routine!
  297.     - Added (new versions of) the following patches to the vector
  298.       check: AlertPatch, ExecPatch, MakeVPortPatch, Enhanced Alert
  299.       Hook, NewMenu, NoCare, PatchAlert, PointerX, Reset1200 and
  300.       SysIHack. Thanks to Dave Jones for sending them.
  301.  
  302.  1.22   Changes/Additions since 1.20:
  303.     - Added file and memory support for B.E.O.L. and Illegal Access
  304.       viruses. These two bastards took me a whole weekend to analyse
  305.       and find a cure. Very nasty and totally new ideas inside.
  306.       Thanks to Markus Schmall for sending them so quickly.
  307.     - Added some more information to the vector check 'CPU Interrupt
  308.       Vectors'. Just an idea I got while analysing Illegal Access.
  309.       Now not only the autovectors are displayed, but all exceptions.
  310.     - Added recognition for the following viruses:
  311.       Alfons Eberg 2.0, ComKiller 1.6 Fake, Condom 1.5, K&M Intro,
  312.       DayDream/FixDisk Fake, Butonic 3.10 + Installer, LZX 1.20 Fake,
  313.       Empty Biomechanic, Rock'n'Roll Trojan and InstSG Fake.
  314.     - Added new feature to file check: So-called 4EB9-Linkers will
  315.       now be detected and reported. 4EB9, 4EF9, UFO and XLink linkers
  316.       are recognized by now. I will add some more support for these
  317.       in the next versions (Possibly re-link and check single parts?).
  318.  
  319. ----------------------------------------------------------------------------
  320.  1.21   FAKED VERSION!!! I never released VirusZ II 1.21 (80268 Bytes).
  321.     This is an original VirusZ version with a Biomechanic virus
  322.     linked to it via 4EB9 Linker. Delete it immediately!!!
  323.     Thanks to Markus Schmall for reporting about that stuff.
  324. ----------------------------------------------------------------------------
  325.  
  326.  1.20   Changes/Additions since 1.18:
  327.     - Added recognition for the following viruses:
  328.       Circle Of Power (several new versions), Fileghost 3, Karaçiç
  329.       and Conman 1995 + Installer. Thanks to Markus Schmall and
  330.       Axel Folley for sending that stuff.
  331.  
  332. ----------------------------------------------------------------------------
  333.  1.19   FAKED VERSION!!! I never released VirusZ II 1.19 (9.6.95).
  334.     This actually is VirusZ II 1.03 with only the version strings
  335.     changed. No damage is caused by this fake.
  336.     Thanks to Markus Schmall for reporting about that stuff and to
  337.     Holger Hesselbarth and André Lagemann for sending it to me.
  338. ----------------------------------------------------------------------------
  339.  
  340.  1.18   Changes/Additions since 1.17:
  341.     - Updated file check to support the new features of the
  342.       xfdmaster.library v35.
  343.     - Added new option to the file check prefs: "Decrunch Data Files"
  344.       Now you can tell VirusZ to load data files completely into
  345.       memory and try to decrunch them. Useful especially for XPK
  346.       packed executables, as they couldn't be checked for viruses
  347.       until now. Thanks to Nicolas Franck for this nice idea.
  348.     - Renamed old option "Decrunch Files" to "Decrunch Executables"
  349.       as this description is less confusing.
  350.     - VirusZ has a second official distribution site now:
  351.       Virus Help BBS - Team Denmark [++45-3672-6867]. Thanks Jan!
  352.     - Fixed little bug in the linkvirus removal code: If the hunk to
  353.       be removed was the only hunk of the whole file, VirusZ crashed.
  354.       Thanks to Koenraad Rutgers for sending some example files.
  355.     - Added new patches: MultiUser 1.8, ToolManager 2.1a, SmartWB
  356.       and xLoadSeg. Thanks to Nicolas Franck for sending them.
  357.     - Added viruses: Circle Of Power 4, CallingCard Hacker and
  358.       HD SpeedUp 1.0. Thanks to Jan Andersen for sending them.
  359.     - Added new features to the vector check:
  360.       a. Settings can be changed within the vector check now.
  361.          If some prefs have been changed, display auto-refeshes.
  362.       b. Vector report can be saved now. Thanks to Steve Bowman for
  363.              this useful idea and sorry for the long delay.
  364.  
  365.  1.17   Changes/Additions since 1.16:
  366.     - Added viruses: Revenge of NANO 1 + 2, IconDepth Fake, VScan Fake,
  367.       Circle of Power 2 + 3. Thanks to Markus Schmall and Matthias Gutt
  368.       for sending them.
  369.     - VirusZ has an official distribution site now. Thanks to Holger
  370.       of THE REALM [++49-(0)515-43528] for his offer.
  371.  
  372.  1.16   Changes/Additions since 1.15:
  373.     - Added patches: DosPrefs, TWA, PowerSnap and a new version of
  374.       ToolsDaemon. Thanks to Rudolph Riedel for sending these.
  375.     - Added viruses: Circle Of Power, /X Fucker, Rastenbork 1.2,
  376.       Rastenbork 2.0, Rastenbork Installer, World Clock Fake.
  377.       Thanks to Markus Schmall and Jan Andersen for sending them.
  378.  
  379.  1.15   Changes/Additions since 1.13:
  380.     - Added Gathering '95, Conman-LoadWB + Installer, Addy 0.99 +
  381.       Installer, Commander Installer, Copy_LX, LhA V3, IStrip 2.1.
  382.       Thanks to Markus Schmall for all that viruses.
  383.     - Fixed recognition for DMS 2.06, Timebomber Inst. and Gotcha
  384.       Lamer! Installer. Thanks again to Markus Schmall.
  385.  
  386. ----------------------------------------------------------------------------
  387.  1.14   FAKED VERSION!!! I never released VirusZ II 1.14 (2.2.95).
  388.         This actually is VirusZ II 1.03 with only the version strings
  389.         changed. No damage is caused by this fake, but it's really
  390.         old and though not too useful. Thanks to Jan Andersen for
  391.         sending that stuff to me.
  392. ----------------------------------------------------------------------------
  393.  
  394.  1.13   Changes/Additions since 1.12:
  395.     - Added new PointerX, SysException and AddPower to the vector
  396.       check. Thanks to Dave Jones for sending this stuff.
  397.     - Added 'Access Forbidden' clone. Again thanks to Dave.
  398.     - Added CheckDebug, CycleToMenu, ForceIcon, NewMode, PatchPointer,
  399.       SwazInfo and new Setpatch to vector check. Thanks to
  400.       Thomas Kessler for all those bits'n'pieces.
  401.     - Added WBExtender to vector check. Thanks to Markus Schmall.
  402.     - Added Ami-Hacker, DMS 2.06 Short and Surprise virus. Thanks
  403.       to Markus Schmall for sending this stuff.
  404.     - Totally revised & updated the filevirus brain. Everything is
  405.       prepared for some new features now. Wait and see...
  406.     - Fixed some bad recognition code that reported several
  407.       virus-free programs to be infected. Thanks to Markus Schmall,
  408.       David Oakes and Koenraad Rutgers for the hints.
  409.       Note to Koenraad: The problems with BootJob and XLink will
  410.       be fixed in one of the next updates as this is what I wanted
  411.       to do next anyway. Your files are NO viruses.
  412.     - Added patches: FasterBlit 6.6 and some new SetPatch stuff.
  413.       Thanks to Adam Szymczak for these.
  414.     - Added Pestilence bootvirus. Infected sectors can be repaired
  415.       via SectorCheck. Thanks again to Markus Schmall.
  416.  
  417.  1.12   Changes/Additions since 1.11:
  418.     - Added Commander, Eleni! and Fileghost 2 viruses! Thanks to
  419.       Markus Schmall for sending them.
  420.     - Added new versions of ReqChange and CopyMemQuicker to the
  421.       vector check. Thanks to Adam Szymczak for sending them.
  422.     - Renamed "? No Name ?" virus to Vtek 2.2.
  423.     - Improved recognition code for Decompiler virus. Some AMOS
  424.       files had been recognized as the virus. Thanks to Markus
  425.       Schmall for the hint.
  426.     - Redesigned whole file- and linkvirus checking routines.
  427.       You won't notice a big difference as the GUI looks as always,
  428.       but internally everything has changed. VirusZ is now able
  429.       to check EVERY hunk of executable files for linkviruses.
  430.       NO hidden linkviruses anymore by just adding some new hunks!
  431.     - Fixed several small bugs in some old linkvirus stuff while
  432.       rewriting the checker.
  433.     - Linkvirus removal code now supports all official hunktypes
  434.       from hunk_unit to hunk_index.
  435.     - Added some new file types.
  436.     - Renamed some more viruses, amount of viruses changed
  437.       slightly because some routines now recognize several
  438.       types of the same virus while others have been split.
  439.     - Redesigned "Show Brains" requester.
  440.     - Added Big Ben, Max Of Starlight '93, BootX Killer and
  441.       Amiga Fanatic 1.1 bootviruses. Thanks to Markus Schmall
  442.       as always for sending them ;-)
  443.     - Added recognition for new versions of RTPatch and FasterBlit.
  444.       Thanks to David Oakes for sending them.
  445.     - Redesigned "Show Brains" again, displays patches now.
  446.  
  447.     TO DO:
  448.     Due to lack of time, I just redesigned the linkvirus part of
  449.     the file check, the filevirus part still only checks the first
  450.     hunk. This will be changed in later releases. I have some ideas
  451.     concerning the so-called 4EB9-Linker and similar utilities, too.
  452.     This is a secret, wait for the key...
  453.  
  454.  1.11   Changes/Additions since 1.10:
  455.     - Added Elien 0.1 virus and VMK 3.00 fake. Thanks to Markus
  456.       Schmall for sending them.
  457.     - Added Enforcer, SegTracker and MungWall to vector check.
  458.       Thanks to Ulrich Klauer for sending this stuff.
  459.     - Added latest version of xfdmaster.library.
  460.  
  461.  1.10   Changes/Additions since 1.09:
  462.     - Added viruses: Decompiler, Doom + Installer, Intel (LoadWB),
  463.       Lamerfry 1.3b, Lamerkiller, Laureline, DMS 2.13 Fake, JiZANSi,
  464.       RootFormatter, EastStar + Installer, Look BBS, Sumpf Gag,
  465.       Polyzygotronifikator. Thanks to Markus Schmall for these.
  466.     - Added latest version of xfdmaster.library.
  467.     - Added another linkvirus that doesn't contain any ID string,
  468.       so I simply called it "? No Name ?". May be renamed later.
  469.       Thanks again to Markus Schmall for sending it.
  470.  
  471.  1.09   Changes/Additions since 1.08:
  472.     - Added viruses: Eleni, Loop-Combo and Labtec. Thanks to
  473.       Markus Schmall and Mark Ives for sending these.
  474.     - Added latest version of xfdmaster.library.
  475.  
  476.  1.08   Changes/Additions since 1.07:
  477.     - Added viruses: Mount, Debugger, G-Zus and some CCCP Clones.
  478.       Thanks to Marco van den Mont, Jan Andersen, Jim Maciorowski
  479.       and Krzysztof Klos for sending them.
  480.     - Added more viruses: Installer of Mount, Easy-E and Installer
  481.       of Conman. Thanks to Markus Schmall for sending them.
  482.  
  483.  1.07   Changes/Additions since 1.06:
  484.     - Added viruses: Installer of Datalock, LhA-Check 1.1 and a new
  485.       version of Menem's Revenge. Thanks to Markus Schmall and
  486.       Jan Bo Andersen for sending them.
  487.     - Again new viruses: MST-Inte, Rel 01.28 and Conman-Trojan.
  488.       Thanks to Markus Schmall for these beasts.
  489.     - Added new version of xfdmaster.library including external
  490.       decruncher and changed installation script.
  491.     - Designed new icons for VirusZ, Guide and Installation.
  492.  
  493.  1.06   Changes/Additions since 1.05:
  494.     - Added some additional self checks. You can now verify if your
  495.       copy of VirusZ is an original or a fake by comparing the length
  496.       stated in the "About" request with the actual file length.
  497.     - Added new patches: HD Floppy Driver, SetPatchMrgCop, PowerData,
  498.       BorderBlank and a new version of MagicMenu.
  499.       Thanks to David Oakes and Naim Hosein for sending them.
  500.     - Added boot viruses: Datalock 1.1, Datalock 1.2, Polish P-1B.
  501.       Thanks to Markus Schmall and Krzysztof Klos.
  502.     - Added file viruses: Installer of Digital Dream, Xlink 3.0,
  503.       Saddam 7, Aibon 3, Burn 2, T.A.I. 11, ToolsDaemon 2.2 Fake,
  504.       GeneralHunter 3.2. Thanks to Markus Schmall, Martin Odaischi
  505.       and Jan Bo Andersen.
  506.     - Added string gadget "Devices" to the Misc Prefs. Now you can
  507.       enter all your devices (mounted or unmounted) to this list
  508.       and they will be both checked from the background task and
  509.       used from the BootLab. I hear some people say: "Oh, I have to
  510.       type them all myself. How irritating!". BUT: You'll have to do
  511.       it only once, and then there will never be any problems with
  512.       CD drives, some HD controllers etc. If a drive doesn't work,
  513.       simply don't add it to the list. Thanks to this simple but
  514.       nevertheless great idea to Axel Folley.
  515.     - Added again viruses: Zonder Kommando 1 + 2, AAA-Enhancer, JINX.
  516.       Thanks to Markus Schmall for these and for the 'Burn' code.
  517.     - Included latest version of xfdmaster.library.
  518.  
  519. ----------------------------------------------------------------------------
  520.       !WARNING!   VirusZ II 1.05 (68544 bytes) is a fake!    !WARNING!
  521.                      The original is 66116 bytes long.
  522. ----------------------------------------------------------------------------
  523.  
  524.  1.05   Changes/Additions since 1.03:
  525.     - Totally redesigned documentation. It is now written for AmigaGuide
  526.       and contains a German section to satisfy all the guys who kept on
  527.       nagging for the last months.
  528.     - Added some nice code for encrypting VirusZ. Bad luck, hackers.
  529.       I hate nothing more than little lamers thinking they are cool
  530.       when they destroy the hard work of other people.
  531.     - Added patches: AlertPatch, FaccII, GOMF 3.0, RTDD 1.7, SFAPatch,
  532.       Setpatch 40.14. Thanks go to Steve Bowman and Ralf Thanner.
  533.     - Added bootblock viruses: Baltasar, Datacrime 2.0, PAL, PDS, PKK,
  534.       Shake!, TAI 4, TAI 5, TAI 6, TAI 8, TAI 9, Tomates Gentechnic 2.0.
  535.       Thanks to Martin Odaischi and [can't remember who it was].
  536.     - Added file viruses: Boot-Virus Installer, VirusZ 1.03 Fake.
  537.       Thanks fly over to Martin Odaischi and Markus Schmall.
  538.       If I only could get my hands on the little idiot who did that
  539.       fake, he'd wish he never had done it.
  540.  
  541. ----------------------------------------------------------------------------
  542.       !WARNING!           VirusZ II 1.04 is a fake!          !WARNING!
  543. ----------------------------------------------------------------------------
  544.  
  545. ----------------------------------------------------------------------------
  546.       !WARNING!   VirusZ II 1.03 (67076 bytes) is a fake!    !WARNING!
  547.                      The original is 64664 bytes long.
  548. ----------------------------------------------------------------------------
  549.  
  550.  1.03   Changes/Additions since 1.01:
  551.     - Added the following viruses: Sepultura 2.26, BossNuke,
  552.       ModuleMaster 1.7 Fake, Virus-Hunter 10.20, VKill 1.00 File,
  553.       Merry, MegaLink, Digital Dream, Zenker.
  554.       Thanks to Markus Schmall and Jan Nielsen for sending them.
  555.     - Replaced decrunch.library by xfdmaster.libary support.
  556.       That's one of the reasons why the last few updates were
  557.       quite simple, I worked on that library since October.
  558.       It works much more efficient than decrunch.library,
  559.       is much safer and supports some more crunchers. Several
  560.           bugs have been fixed.
  561.     - Improved the hunk tester in the file check.
  562.     - Added some more viruses: PHA Intro Fake, Anim Intro Fake,
  563.       Dialer 2.8g/6.2, M-WHO Backdoor, Stockmarket Backdoor.
  564.       Thanks to Markus Schmall and Jan Bo Andersen.
  565.     - Replaced old reqtools.library with a new update.
  566.     - Added new patches to vector check: Xoper 2.4, NOG2 2.1,
  567.       PowerCache 37.64, FasterBlit 5.0, IPrefs 40.29.
  568.       Thanks to Ralf Thanner for sending them.
  569.  
  570. ----------------------------------------------------------------------------
  571.       !WARNING!   VirusZ II 1.02 is a fake, delete it now.   !WARNING!
  572. ----------------------------------------------------------------------------
  573.  
  574.  1.01   Changes/Additions since 1.00:
  575.     - Added new viruses: VIRI, SHI, VCS 1, VCS 2, Leviathan,
  576.       Fred Cohen.
  577.       Thanks to Markus Schmall and Jan Bo Andersen for these.
  578.     - Added new patches to vector check:
  579.       KCommodity 2.5, MagicMenu 1.27, PrintManager 1.1 + 2.0,
  580.       FastWaitBlit, FrontPubScreen, Alert Patch.
  581.  
  582.  1.00   Changes/Additions since 0.94ß:
  583.     - Added new bootviruses: Karl Marx, CBM, SCA 666, M_Chat and
  584.       TFC Evergreen 47.11.
  585.       Thanks to Martin Odaischi for sending them.
  586.     - Added new bootviruses: AIFS, NASA, TAI, PVL.
  587.       Added new linkviruses: Dark Avenger 1 + 2.
  588.       Thanks to Markus Schmall for sending them.
  589.  
  590.  0.94ß  Changes/Additions since 0.93ß:
  591.     - Added several new bootblock viruses (mostly clones):
  592.       ABC Viruskiller 1.01, Electro Vision, Exorcist, Grim Reaper,
  593.       Irak 3, JT Protector 1.0, Lame Game, MAD 3b, Prima Vera 8.0,
  594.       Starcom 1, 2 and 3.
  595.  
  596.  0.93ß  Changes/Additions since 0.92ß:
  597.     - Added code for safer device calls. Several people told me
  598.       that previous VirusZ versions crashed immediately when started
  599.       on their A3000(T). They all had PC0: mounted. This was not a
  600.       problem of VirusZ at all, but a bug in the mfm.device of
  601.       Commodore. This device trashes register D3 in the Open() call
  602.       and therefore caused VirusZ to crash because it uses D3.
  603.       Time for a little bug fix, Commodore??
  604.       Thanks a lot to Axel Folley for his extensive testing. I don't
  605.       know if I would have found that bug as fast as he did.
  606.  
  607.  0.92ß  Changes/Additions since 0.91ß:
  608.     - Added 'Check Again' gadget to file and sector checker.
  609.     - Added 'Auto-Save Report' and 'Default Report Path' to the
  610.       file check preferences.
  611.     - Added 'Hide OK Vectors' to the vector check preferences.
  612.     - Rewrote main loop to act as a commodity. VirusZ can now
  613.       be controlled via Exchange.
  614.     - Added Shell options and tooltypes CX_PRIORITY, CX_POPKEY
  615.       and CX_POPUP for standard commodity support.
  616.     - Added 'Hide' item to project menu.
  617.     - Added commodity default settings to the misc prefs.
  618.     - Removed 'Snapshot Window' item from prefs menu.
  619.       The window now remembers all movements automatically.
  620.     - Added 'Center Main Window' to the misc prefs to override
  621.       the remembered window position.
  622.     - Added 'Close Main Window = Exit' to support both the old
  623.       CLOSEWINDOW and the standard commodity behaviour.
  624.     - Added Shell option and tooltype PUBSCREEN. VirusZ can open
  625.       its windows on any public screen now.
  626.     - Added Shell option ??=INFO. Use it to get more information
  627.       about the usage of the other options.
  628.     - Added new viruses: SnoopDos 1.9 Fake, SnoopDos 2.1 Fake,
  629.       DWEdit 1.62a Fake, DI Ansi Ed 2.8 Fake, AEReg 3.9, A.I.S.F.
  630.  
  631.  0.91ß  Changes/Additions since 0.90ß:
  632.     - Added bootblock lab (no brain support yet).
  633.     - Added bootlab preferences.
  634.     - Removed Unicorn 1.1 from the bootvirus brain. This is not
  635.       a virus, but a quite unique loader for menus etc.
  636.       Thanks to the guy from Unicorn for calling me.
  637.  
  638.  0.90ß  Changes/Additions since 3.07:
  639.     - VirusZ requires OS2 now.
  640.     - Redesigned main menu and split it in two parts.
  641.     - Totally rewritten file check. Uses a multiselect filereq
  642.       now, has a new window and new preferences. Detects more
  643.       file types and handles viruses even better than the old one.
  644.     - Totally rewritten sector check. Only works with trackdisk units
  645.       now and supports HD drives. Improved Saddam checking in order to
  646.       prevent wrong diagnostics (same with Little Sven). New window
  647.       and own preferences have been added.
  648.     - Totally rewritten vector check. Output may be scrolled now,
  649.       preferences configure the vectors that should be checked.
  650.     - Totally rewritten background checker. Works parallel to
  651.       the main process and therefore can check memory/disks even
  652.       during a file check. Own preferences.
  653.     - New preferences format with checksum. This will be compatible
  654.       with future ones because of standard definition.
  655.     - Rewritten startup code.
  656.     - Added internal brain display to VirusZ.
  657.     - No brain support and all related functions in this release.
  658.     - No bootblock lab + prefs.
  659.     - No Shell usage.
  660.     - 1000 other minor changes I can't remember.
  661.  
  662. ----------------------------------------------------------------------------
  663. VirusZ II (OS 2.0+ only) history starts in Summer '93.
  664. VirusZ 1.00 - VirusZ 3.07 history (September '91 - Summer '93) removed.
  665. ----------------------------------------------------------------------------
  666.